home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Web Art
/
Web Art.iso
/
macwebcd
/
macweb.dxr
/
Internal_26.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-07-16
|
197 b
|
11 lines
on mouseUp
global gM
puppetSprite(10, 1)
gM = the memberNum of sprite 10 - 1
if gM < 1 then
gM = 49
end if
set the member of sprite 10 to member(gM, "examples")
updateStage()
end